Fix accidental use of the format mutex instead of the debug mutex.
authorØyvind Kolås <pippin@gimp.org>
Sat, 21 Nov 2009 18:31:50 +0000 (18:31 +0000)
committerØyvind Kolås <pippin@gimp.org>
Sat, 21 Nov 2009 18:31:50 +0000 (18:31 +0000)
commitd8e9feea97521ab11259ca4b3c205d3ac5751ccd
treeb88428ecbb38915b556f1cf094d7ccc31eb42d11
parent9347aed4d3d5cacc7bffe4bcdf487a37cd4ed588
Fix accidental use of the format mutex instead of the debug mutex.

The memory statistics book-keeping was reusing the BablFormat flag mutex
thus deadlocking with pthreads mutexes since they are not recursive by
default.
babl/babl-memory.c